object Form6: TForm6 Left = 546 Top = 592 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Proceed with automatically freeing RAM now?' ClientHeight = 185 ClientWidth = 420 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter ShowHint = True OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 9 Top = 7 Width = 40 Height = 37 Hint = 'This option specifies if FreeRAM XP will always ask before autom' + 'atically freeing memory. This can also be changed in the Setting' + 's window.' AutoSize = True Picture.Data = {} Transparent = True end object StaticText1: TStaticText Left = 59 Top = 7 Width = 329 Height = 33 Hint = 'This option specifies if FreeRAM XP will always ask before autom' + 'atically freeing memory. This can also be changed in the Setting' + 's window.' AutoSize = False Caption = 'FreeRAM XP has been configured to begin automatically freeing yo' + 'ur computer'#39's memory now.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object StaticText2: TStaticText Left = 59 Top = 39 Width = 345 Height = 25 Hint = 'This option specifies if FreeRAM XP will always ask before autom' + 'atically freeing memory. This can also be changed in the Setting' + 's window.' AutoSize = False Caption = 'If you would like to continue with this operation, press OK. You' + ' may want to save your work before continuing.' TabOrder = 1 end object StaticText3: TStaticText Left = 59 Top = 71 Width = 345 Height = 17 Hint = 'This option specifies if FreeRAM XP will always ask before autom' + 'atically freeing memory. This can also be changed in the Setting' + 's window.' AutoSize = False Caption = 'To cancel this operation, click Cancel.' TabOrder = 2 end object StaticText4: TStaticText Left = 59 Top = 89 Width = 345 Height = 31 Hint = 'This option specifies if FreeRAM XP will always ask before autom' + 'atically freeing memory. This can also be changed in the Setting' + 's window.' AutoSize = False Caption = 'To disable automatic freeing or change when and how FreeRAM XP a' + 'utomatically frees RAM, please go to the Settings window.' TabOrder = 3 end object Button1: TButton Left = 81 Top = 129 Width = 81 Height = 25 Hint = 'Click to begin automatically freeing memory.' Caption = '&OK' Default = True TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 169 Top = 129 Width = 81 Height = 25 Hint = 'Click to cancel automatically freeing memory this time.' Cancel = True Caption = '&Cancel' TabOrder = 5 OnClick = Button2Click end object CheckBox1: TCheckBox Left = 18 Top = 160 Width = 401 Height = 17 Hint = 'This option specifies if FreeRAM XP will always ask before autom' + 'atically freeing memory. This can also be changed in the Setting' + 's window.' Caption = '&Always ask before automatically freeing memory' Checked = True State = cbChecked TabOrder = 6 OnClick = CheckBox1Click end object Button3: TButton Left = 257 Top = 129 Width = 81 Height = 25 Hint = 'This option specifies if FreeRAM XP will always ask before autom' + 'atically freeing memory. This can also be changed in the Setting' + 's window.' Caption = 'S&ettings' TabOrder = 7 OnClick = Button3Click end end